home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / text / hyper / hsc.lha / hsc / starter-project / README < prev    next >
Text File  |  1998-09-06  |  1KB  |  33 lines

  1. About `starter-project'
  2. =======================
  3.  
  4. Amiga users, ignore this material and double-click "hsc-Tschak". This
  5. will spare you the CLI-crap below.
  6.  
  7. For all others: this drawer contains some files and material that can
  8. be used as a template for new projects. Included are a Makefile, a
  9. first hsc source called "welcome.html" and a directory containing
  10. include files you want to use for every new project.
  11.  
  12. You can start a new project by copying the directory contents to the
  13. location where you want to start you new project.
  14.  
  15. To for example setup a new project in "work:web/dogstuff" with the
  16. source code located in "work:web/dogstuff/source", do the following:
  17.  
  18. - "cd" to work:web/dogstuff/source
  19. - copy the contents of starter-project to it, so you should then have
  20.   a "work:web/dogstuff/source/welcome.hsc"
  21. - edit the Makefile, set DESTDIR to "/" (or "../" on various other
  22.   systems)
  23. - invoke "hscpitt new"
  24. - invoke "hscpitt add /welcome.html welcome.hsc"
  25. - invoke "make depend"
  26. - invoke "make" to create "work:web/dogstuff/welcome.html"
  27.  
  28. Then you can view the document in "work:web/dogstuff/welcome.html"
  29.  
  30. For more information, refer to the manual, section "Project Mangament".
  31.  
  32.  
  33.